home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************/
- /* */
- /* TurboCAD for Windows */
- /* Copyright (c) 1993 - 2001 */
- /* International Microcomputer Software, Inc. */
- /* (IMSI) */
- /* All rights reserved. */
- /* */
- /******************************************************************/
-
- // SDKDemoPpg.h : Declaration of the CSDKDemoPropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CSDKDemoPropPage : See SDKDemoPpg.cpp.cpp for implementation.
-
- class CSDKDemoPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CSDKDemoPropPage)
- DECLARE_OLECREATE_EX(CSDKDemoPropPage)
-
- // Constructor
- public:
- CSDKDemoPropPage();
-
- // Dialog Data
- //{{AFX_DATA(CSDKDemoPropPage)
- enum { IDD = IDD_PROPPAGE_SDKDEMO };
- CListBox m_lbLayers;
- CString m_strFileName;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Message maps
- protected:
- //{{AFX_MSG(CSDKDemoPropPage)
- afx_msg void OnFileBrowse();
- afx_msg void OnLayerRefresh();
- afx_msg void OnLayerShowAll();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-